/* ������ */
.Section-select {
    height: 70px;
    overflow: visible;
    /* background-color: #2350AA; */
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.Section-select-box {
    overflow: visible !important;
    padding: 15px 95px;
    box-sizing: border-box;
}

.Section-select-box .layui-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Section-select-box .layui-form>.layui-form-select {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 40px;
}


.Section-select-box .layui-form>.layui-form-select:last-child{
    margin-right:0;
}

.Section-select-box .layui-form>.layui-form-select .layui-input {
    background-color: transparent;
    border:none;
    outline:none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    text-align: right;
}
.layui-form-select dl dd {
    color: #000000;
}
.Section-select-box .layui-form > .layui-form-select dl dd.layui-this {
    background-color: #367BFF;
    background-color: transparent;
    color: #000000;
}
 
.Section-select-box .layui-form>.layui-form-select:nth-child(2) .layui-input{
    text-align: left;
}

.layui-form-selectup dl {
    bottom: auto;
    top: 42px;
    max-height:220px !important;
}